home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-in_the_mag-
/
reader_requests
/
scilab
/
man
/
man-part1
/
cat8
/
pdiv.8
< prev
next >
Wrap
Text File
|
1999-09-16
|
597b
|
67 lines
pdivg(1) Scilab Function pdivg(1)
NAME
pdiv - polynomial division
CALLING SEQUENCE
[R,Q]=pdiv(P1,P2)
PARAMETERS
P1 : polynomial matrix
P2 : polynomial or polynomial matrix
R,Q : two polynomial matrices
DESCRIPTION
Element-wise euclidan division of the polynomial matrix P1 by the polyno-
mial P2 or by the polynomial matrix P2. Rij is the matrix of remainders,
Qij is the matrix of quotients and P1ij = Qij*P2 + Qij or P1ij = Qij*P2ij +
Qij.
SEE ALSO
pdiv, ldiv